IStructComparer<T> Interface
In This Topic
Defines a method that a type implements to compare two structs.
Object Model
Syntax
'Declaration
Public Interface IStructComparer(Of As {New, Struct})
public interface IStructComparer<>
where T: new(), struct
Type Parameters
- T
- The type of structs to compare.
See Also